home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / dbmsa / jun94 / bour11.gif < prev    next >
Graphics Interchange Format  |  1996-07-01  |  41KB  |  445x358  |  4-bit (16 colors)
Labels: text | electronics | screenshot | number | font
OCR: PowerBuilder - gis File Run Debug Window Help Debug - open for w bid query 0001: //Populate drop down data windows and set sort criteri 0062: 0003: if gf_populate_ddw("bid_status",dw_2) = - 1 then 0004: MessageBox(this.title, "Error Populating Bid Status 8005: end if 8086 : 8007: if gf_populate_ddw("bid_source",dw_2) = - 1 then 0908: MessageBox(this.title, "Error Populating Bid Source 0069: end if 0010: 100011: if of populate ddv( "bid type", du 2) a 1 then 0012: MessageBox(this.title, "Error Populating Bid Type!" 0013: end if 0014: 0015: 1f gf_populate_ddw("pipeline_code";dw_2) * - 1 then 0016: MessageBox(this.title, "Error Populating Facility!" 0017: end if FIGURE 1 With the PowerBuilder 3.0 debugger, double- clicking on a statement's line number sets a breakpoint. The stop sign denotes the breakpoint.